翻訳と辞書
Words near each other
・ Spatial mismatch
・ Spatial multiplexing
・ Spatial multiplexing gain
・ Spatial music
・ Spatial navigation
・ Spatial network
・ Spatial network analysis software
・ Spatial normalization
・ Spatial organization
・ Spatial planning
・ Spatial planning in England
・ Spatial planning in Serbia
・ Spatial politics
・ Spatial power combiner
・ Spatial QRS-T angle
Spatial query
・ Spatial Query Server
・ Spatial reconnaissance
・ Spatial reference system
・ Spatial relation
・ Spatial Reuse Protocol
・ Spatial science
・ Spatial Sciences Institute
・ Spatial Synoptic Classification system
・ Spatial tense
・ Spatial turn
・ Spatial twist continuum
・ Spatial variability
・ Spatial verification
・ Spatial view cells


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Spatial query : ウィキペディア英語版
Spatial query
A spatial query is a special type of database query supported by geodatabases and spatial databases. The queries differ from non-spatial SQL queries in several important ways. Two of the most important are that they allow for the use of geometry data types such as points, lines and polygons and that these queries consider the spatial relationship between these geometries.
==Types of queries==
The function names for queries differ across geodatabases. The following list contains commonly used functions built into PostGIS, a free geodatabase which is a PostgreSQL extension (the term 'geometry' refers to a point, line, box or other two or three dimensional shape):
Function prototype: ''functionName (parameter(s)) : return type ''
*Distance(geometry, geometry) : number
*Equals(geometry, geometry) : boolean
*Disjoint(geometry, geometry) : boolean
*Intersects(geometry, geometry) : boolean
*Touches(geometry, geometry) : boolean
*Crosses(geometry, geometry) : boolean
*Overlaps(geometry, geometry) : boolean
*Contains(geometry, geometry) : boolean
*Length(geometry) : number
*Area(geometry) : number
*Centroid(geometry) : geometry

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Spatial query」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.